When which-key-allow-multiple-replacements is nil, this order is required to get
the intended behavior with left and right.
Ref #181
`(((nil . "Prefix Command") . (nil . "prefix"))
((nil . "\\`\\?\\?\\'") . (nil . "lambda"))
((nil . "which-key-show-next-page-no-cycle") . (nil . "wk next pg"))
- (("<\\([[:alnum:]-]+\\)>") . ("\\1"))
,@(unless which-key-dont-use-unicode
- '((("left") . ("←"))
- (("right") . ("→"))))))
+ '((("<left>") . ("←"))
+ (("<right>") . ("→"))))
+ (("<\\([[:alnum:]-]+\\)>") . ("\\1"))))
"Association list to determine how to manipulate descriptions
of key bindings in the which-key popup. Each element of the list
is a nested cons cell with the format